How to check the NS for a Unix package codebase
| Article:HOWTO4164 | | | Created: 2006-07-03 | | | Updated: 2012-01-30 | | | Article URL http://www.symantec.com/docs/HOWTO4164 |
Question
How do I check the NS for a Unix package codebase?
Answer
There are two ways to view the codebase file returned by the NS:
- In a browser window enter the following url, replacing the bold values:
http://localhost/Altiris/NS/Agent/GetPackageInfo.aspx?xml=<request resource="<computer_guid>" type="codebases" compress="false"><packages><package guid="<package_guid>" /></packages><addresses><address ip="<client_ip>" /></addresses></request>
Run the following query:
select * from swdpackagecodebase where packageid like '%<package_guid>%'
|
|
Legacy ID
24466
Article URL http://www.symantec.com/docs/HOWTO4164
Terms of use for this information are found in Legal Notices









Thank you.