Jump to content

Recommended Posts

Posted

hi guys

 

I am trying to run a command that list all my network adaptors on a esx host in the commmand line. however when i type the command in it shows everything which is what i want but i can see the first becuase i can scroll up is there a command that i can put in to get the information bit by bit to display on screen.

 

thanks

 

mark

Posted

Pipe it to more like bio said, that's the standard way of viewing more than a screen's worth of data one screen at a time under Linux. You can do it with anything, like viewing a log file or something: cat filename.log | more. At the end of each page hit the spacebar.

 

Alternatively, enable SSH on your ESX box then use Putty to connect to it. That way you get a scroll bar and can see your whole session. When you need some space to think clearly just run clear.

 

Chris

  • Thanks 1
Posted
cheers guys ill have a go with putty

 

I don't know if this is the case with just ESXi or whether it applies to ESX too, but SSH isn't supported by VMware unless you're working with their tech support department. You have to go through an 'unsupported' method to do it, and once you're in you get a full shell. Just a heads-up. :)

 

Chris

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...