yes ssvm test show everything ok. When making new system vms the console
proxy comes up right but ssvm doesn't. What it takes to get it online is
to remount the nfs share from the ssvm console.
mount shows this
172.16.2.3:/var/cstss1-2
on /mnt/SecStorage/0b1ff1bc-5486-378f-8347-fa5b4b3d9bf9 type nfs4
(rw,relatime,vers=4,rsize=262144,wsize=262144,namlen=255,acdirmin=0,acdirmax=0,soft,proto=tcp,port=0,timeo=133,retrans=2147483647,sec=sys,clientaddr=172.16.2.21,minorversion=0,local_lock=none,addr=172.16.2.3)
Then I run the commands
umount /mnt/SecStorage/0b1ff1bc-5486-378f-8347-fa5b4b3d9bf9/
mount -t nfs
172.16.2.3:/var/cstss1-2 /mnt/SecStorage/0b1ff1bc-5486-378f-8347-fa5b4b3d9bf9
Then mount shows this and in about 2-5 mins the ssvm agent comes up.
172.16.2.3:/var/cstss1-2
on /mnt/SecStorage/0b1ff1bc-5486-378f-8347-fa5b4b3d9bf9 type nfs4
(rw,relatime,vers=4,rsize=262144,wsize=262144,namlen=255,hard,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=172.16.2.21,minorversion=0,local_lock=none,addr=172.16.2.3)
Also your going to have to go into the globals and turn off the virtual
router version check. Eric says that they will have new ssvms in the
next few days that will fix the virtual router.
I hope that they can fix the ssvm mount issue so I don't have to keep
loging into it and fixing after it's been destroyed or rebooted.
-----Original Message-----
From: Dean Kamali <[email protected]>
Reply-to: [email protected]
To: [email protected] <[email protected]>
Subject: Re: SSVM Problem - ERROR: Java process not running. Try
restarting the SSVM.
Date: Thu, 31 Jul 2014 12:02:31 -0400
Okay, did you try and login to SSVM and
run /usr/local/cloud/systemvm/ssvm-check.sh ? does it say JAVA process is
running?
dose both system VMs has agent status that says "connected" ? mine only
shows on console proxy vm.
Dean