-
2. Re: Can you please help me in the solaris 10 sparc rscd agent upgradation activity
sachin Manjunath Dec 14, 2015 12:03 PM (in response to Bill Robinson)hi Bill,
Thanks, but cant we have a agent bundle and agent installer job created for this??
Thanks,
Sachin
-
3. Re: Can you please help me in the solaris 10 sparc rscd agent upgradation activity
Bill RobinsonDec 14, 2015 12:06 PM (in response to sachin Manjunath)
yes, w/ the same depot software object that references the install command and response files noted in the doc.
-
4. Re: Can you please help me in the solaris 10 sparc rscd agent upgradation activity
sachin Manjunath Dec 14, 2015 12:13 PM (in response to Bill Robinson)Hi Bill,
Are you refering this doc?
-
5. Re: Can you please help me in the solaris 10 sparc rscd agent upgradation activity
Bill RobinsonDec 14, 2015 12:21 PM (in response to sachin Manjunath)
do you know how to create depot software objects ?
do you know how to create an agent bundle ?
-
6. Re: Can you please help me in the solaris 10 sparc rscd agent upgradation activity
sachin Manjunath Dec 15, 2015 5:13 AM (in response to Bill Robinson)Hi Bill,
We do the normal right click on folder --> New --> software --> custom software --> select solaris as OS.
When we select solaris as OS we get the option of response file.
also we tried to upgrade manually as per document we got the below error.
bash-3.2# pkgadd -d RSCD86-SP1-SOL10-SPARC-LOCAL
pkgadd: ERROR: no packages were found in </var/tmp/BLAGENT/RSCD86-SP1-SOL10-SPARC-LOCAL>
-
7. Re: Can you please help me in the solaris 10 sparc rscd agent upgradation activity
Bill RobinsonDec 15, 2015 6:40 AM (in response to sachin Manjunath)
well, the silent upgrade command should be:
Example
NSH upgrade:
echo y | pkgadd -a /tmp/SVR4silent.txt -d /tmp/NSH821-SOL10-SPARC-LOCAL BLOGnsh
RSCD agent upgrade
echo y | pkgadd -a /tmp/SVR4silent.txt -d /tmp/RSCD821-SOL10-SPARC-LOCAL BLOGrscd
where the srv4silent.txt contains the contents noted on the docs link.
so once that's working you need to add that as a depot software of type solaris package. not sure why you would use custom software and not solaris package. then you need to set the install command to match the above. for the admin file you can specify that as a parameter like ??_ADMIN_FILE?? and then upload the admin file in the depot software object as well.
once you have the solaris package object created, you can then add it to the agent bundle.