Miscellaneous Gaia commands

From Notes_Wiki
Revision as of 02:00, 25 April 2016 by Saurabh (talk | contribs) (Created page with "<yambe:breadcrumb>Checkpoint_Gaia_OS|Checkpoint Gaia OS</yambe:breadcrumb> =Miscellaneous Gaia commands= ==Get expert mode or root shell from CLI== Enable expert mode and acc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<yambe:breadcrumb>Checkpoint_Gaia_OS|Checkpoint Gaia OS</yambe:breadcrumb>

Miscellaneous Gaia commands

Get expert mode or root shell from CLI

Enable expert mode and access expert shell using following commands in CLI:

   set expert-password
   expert

Refer https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk27290


Change (not reset) user password from CLI

To change password for current user using CLI use:

   set selfpasswd

Refer https://sc1.checkpoint.com/documents/R76/CP_R76_Gaia_WebAdmin/73101.htm


Changing VM eth0 IP in openserver

For changing VM eth0 IP in openserver use following commands on CLI using KVM access to the machine:

   show configuration
   set interface eth0 ipv4-address <> mask-length <>
   set static-route default nexthop gateway address <> on
   save config   


Rebooting machine

For rebooting machine using CLI use:

   reboot   

Or use "shutdown -r now" from expert mode.


Shutting down / halting machine

For shutting down / halting machine using CLI use:

   halt   

Or use "shutdown -h now" from expert mode



<yambe:breadcrumb>Checkpoint_Gaia_OS|Checkpoint Gaia OS</yambe:breadcrumb>