- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Few Queries......
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
09-22-2002 12:03 AM
09-22-2002 12:03 AM
Few Queries......
1.How can I restart a process without kill
the same?
2.How can I create a 50Mb file using
single command?
3. What is the Architectural difference
between a PA-Risc(800 series)
server& Workstation(700 series) having
the same Processor & O.S?
4. How to see the no.of files opened by a
Process?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2002 12:22 AM
09-22-2002 12:22 AM
Re: Few Queries......
2. Take a look at "man dd". Take a larger file and dd it to your file with the count option.
3. ??? I know there are less slots, that performance is a lot less ... but the actual difference ... can't help you there
4. Take a look at lsof. You can find this excelent software (for free) at http://hpux.tn.tudelft.nl/
Regards,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2002 02:14 AM
09-22-2002 02:14 AM
Re: Few Queries......
prealloc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2002 06:27 AM
09-22-2002 06:27 AM
Re: Few Queries......
A workstation has only 1 or 2 processors, a server can have many. If you look at those large servers there can be a lot of differences (for example memory handling, hardware partitions etc.).
But if you compare a workstation with a small (1-2 processor) server they are rather similar. For example you can use a workstation as a workgroup server.
Some differences:
A workstaton has grapich hardware, most servers not (and there is no need for graphic software in the server OS).
A server has perhaps better I/O performance and better redundancy.
Some vendors (for example Sun) can sell the same hardware as a small server or a workstation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2002 03:00 PM
09-22-2002 03:00 PM
Re: Few Queries......
An example of this is the 'inetd' daemon. It has a config file called /etc/inetd.conf, and the daemon program has the ability to do a kill -HUP, or in this case, an 'inetd -c'
You can create a file using the 'prealloc' command. Consult the man page on sizing.
System hardware, start here. There a number of differences.
http://www.docs.hp.com/hpux/hw/index.html
The perfect tool for looking at what files are open per process is 'lsof' You can find information on it and a downloadable depot copy from HP's porting centre. Here is the link. http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.64/