- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to use sysinfo
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-12-2002 02:50 AM
04-12-2002 02:50 AM
Help us please
:????????????(
thank you very much!!!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2002 02:55 AM
04-12-2002 02:55 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2002 03:02 AM
04-12-2002 03:02 AM
Re: how to use sysinfo
You could also think about using cfg2html
see: http://members.tripod.com/rose_swe/cfg/cfg.html
Converts all system info to html.
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2002 03:05 AM
04-12-2002 03:05 AM
Re: how to use sysinfo
Here is another link that might help you:
http://members.tripod.com/rose_swe/cfg/cfg.html
cfg2html examines the system and creates a html file with a lot of information of the system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2002 03:46 AM
04-12-2002 03:46 AM
Re: how to use sysinfo
ftp://contrib:9unsupp8@hprc.external.hp.com/sysadmin/inventory/nickel/
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2002 05:36 AM
04-12-2002 05:36 AM
Re: how to use sysinfo
Sysinfo is a tool. You have to just copy it and execute it like a shell program. No special instruction needed for it. If you have zip file, then unzip it and run an installation script. that's it.
for getting output in html files you have to use option "h"
#sysinfo -ah
will give output in html format.
Thanks,
-pap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2002 05:54 AM
04-12-2002 05:54 AM
Re: how to use sysinfo
Try with -H option
sysinfo -H This will create .html file(s) in /tmp directory.
Goodluck,
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2002 06:18 AM
04-12-2002 06:18 AM
Re: how to use sysinfo
If you have downloaded and installed SysInfo2.3 version you should also have man pages for it. Try #man SysInfo.
I use following parameters
#SysInfo -abKH
-a instructs the script to collect the following systeminformation:
> file access security.
> system diagnostic information.
> filesystems free space.
> IO configuration.
> brief listing of kernel parameters
> logical volume data.
> system logfile info.
> logical to physical disk mapping
> physical to logical disk mapping
> network interface data.
> physical disk data.
> system and root disk data
> software listings as viewed by swlist
> volume group data.
> Service Guard Information.
-b sends output to a logfile.
-K displays verbose listing of kernel parameters instead of a brief one.
-H HTML formatted output
Thanks.
Prashant Deshpande.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2002 07:00 AM
04-12-2002 07:00 AM
Re: how to use sysinfo
Grazie, ciao a tutti