- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Script to get CSTM version from multiple serve...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2005 03:16 AM
04-25-2005 03:16 AM
I need to run a script that will collect the STM version you see when you launch CSTM:
-- Information --
Support Tools Manager
Version A.24.05
Reason for that is that we have close to 100 servers and running the command manually would take some time and also because I could not find another way to get it, SWLIST shows the bundle release only.
Thanks
Sebastien
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2005 03:26 AM
04-25-2005 03:26 AM
Re: Script to get CSTM version from multiple servers
# echo "selclass qualifier cpu;infolog" | /usr/sbin/cstm | grep Version
will display the installed version, but I'm not shure it is the best answer.
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2005 03:31 AM
04-25-2005 03:31 AM
Re: Script to get CSTM version from multiple servers
If you are running diagnostics, you can find out via cstm.
1) Check to ensure that diagnostics is loaded on your system:
ll /usr/sbin/cstm
If this file exists then you have diagnostics loaded and can continue
2) Create a file and include the following text in that file:
/usr/sbin/cstm <
selclass type "All" qualifier "All" hwpath ""
information; wait
infolog
done
exit
ok
EOE
3) Make the script runnable, chmod +x <scriptname>
4) Run the script: ./<scriptname>
The output file for the script will be in /tmp/cstm.out
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2005 05:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2005 05:40 PM
04-25-2005 05:40 PM
Re: Script to get CSTM version from multiple servers
remsh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2005 08:57 PM
04-25-2005 08:57 PM
Re: Script to get CSTM version from multiple servers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2005 11:50 PM
04-25-2005 11:50 PM