session_id:
osTicketSession Object
(
    [name:osTicketSession:private] => OSTSESSID
    [backend:osTicketSession:private] => osTicket\Session\NoopSessionStorageBackend Object
        (
            [options:protected] => Array
                (
                    [session_ttl] => 1440
                    [api_session] => 
                    [callbacks] => Array
                        (
                            [close] => Array
                                (
                                    [0] => osTicketSession Object
 *RECURSION*
                                    [1] => onClose
                                )

                        )

                )

            [callbacks:osTicket\Session\AbstractSessionHandler:private] => Array
                (
                    [close] => Array
                        (
                            [0] => osTicketSession Object
 *RECURSION*
                            [1] => onClose
                        )

                )

            [isnew:osTicket\Session\AbstractSessionHandler:private] => 
            [isapi:osTicket\Session\AbstractSessionHandler:private] => 
            [ttl:osTicket\Session\AbstractSessionHandler:private] => 1440
            [maxlife:osTicket\Session\AbstractSessionHandler:private] => 
            [secondary:protected] => 
        )

    [ttl:osTicketSession:private] => 1440
)
BlueWalker Technical Support

Frequently Asked Question

"Unknown" host name or IP addres on the vMA of the VMware ESXi host

Last Updated 5 years ago
Follow below steps to correct this condition:

  • Run the command ‘sudo vi /etc/hosts’ with root permission.
  • Add the below snippet with the IP address and hostname.
    192.168.1.1 hostname
    Note:
    IP address and host name can be inquired using the commands ‘ifconfig’ and ‘hostname’.
  • Restart the service using the commands ‘sudo service pmasterd stop’ and ‘sudo pmasterd service start’
  • Login the page again. The host name and IP address will be correct.

Please Wait!

Please wait... it will take a second!