- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Need script for HP-UX
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
06-11-2009 02:33 AM
06-11-2009 02:33 AM
Need script for HP-UX
Small help.
Iam writing script to findout Swap size, dumpsize, NIC duplex,ssh package installed or not with version.
If anyone has ready made script or giving suggestions will be helpful for me.
thanks in advance.
-prakash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2009 02:42 AM
06-11-2009 02:42 AM
Re: Need script for HP-UX
# print_manifest
...which when you make an Ignite recovery backup is snapped automatically.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2009 02:55 AM
06-11-2009 02:55 AM
Re: Need script for HP-UX
I need to write script with HP-UX commands, I do not want to use other tools, ignite-UX.
can you suggest on scripting?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2009 03:05 AM
06-11-2009 03:05 AM
Re: Need script for HP-UX
In fact print_manifest or cfg2html and other tools like that permit to have systeme info like you are asking. Look in them, test them and after that, why not take the command in the script.
Hope it helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2009 03:12 AM
06-11-2009 03:12 AM
Re: Need script for HP-UX
Run nickel script to know all the above details.
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2009 04:29 AM
06-11-2009 04:29 AM
Re: Need script for HP-UX
thanks for your suggestions, actually we are writing script to put keep in Bladelogic tool.
for that we are writing scripts.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2009 05:55 AM
06-11-2009 05:55 AM
Re: Need script for HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2009 09:58 AM
06-11-2009 09:58 AM
Re: Need script for HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2009 10:42 AM
06-11-2009 10:42 AM
Re: Need script for HP-UX
install SysInfo.
this tool collect everithing from your system.
output can be text file or html.
mikap
PS : i'm using it on all systems, to collect all information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2009 10:44 AM
06-11-2009 10:44 AM
Re: Need script for HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2009 04:19 PM
06-11-2009 04:19 PM
Re: Need script for HP-UX
Small help.
Iam writing script to findout Swap size, dumpsize, NIC duplex,ssh package installed or not with version.
- swapsize is found using the command: swapinfo -tam
- dumpsize -- not clear. Do you mean: what is the size of the last crash dump? Or the amount of freespace in the /var/adm/crash directory? Or the size of the raw dump lvols?
- NIC duplex is found with: lanadmin -x 12 (where 12 is is replaced with each of your LAN card PPA numbers)
- ssh - run the command:
ssh -V
Bill Hassell, sysadmin