Monitoring, Management & Location Tracking

 View Only
last person joined: one year ago 

Articles relating to existing and legacy HPE Aruba Networking products and solutions including AirWave, Meridian Apps, ALE, Central / HPE Aruba Networking Central, and UXI / HPE Aruba Networking User Experience Insight

Default umask value needed for Airwave 

Nov 26, 2015 02:08 PM

Q:

What is the default umask value that we need to set on supported Linux version [redhat / centos]for Airwave installation?



A:

When we use Airwave installation image the Linux installation will set the umask value to 0022. However during the custom installation using Redhat or Centos. we need to make sure the umask value is set to 0022. If we fail to do that then when we perform the Airwave installation the packages will be installed and relevant files [.bin / .conf] created during installation will have improper file permissions.

How to verify the umask value prior to Airwave package installation?

Run the umask command to make sure it is 0022 as show below.

[root@amws8091 ~]# umask
0022
 

If umask is different as seen below then we can update it using the umask command itself.

 

Here, the umask value was set to 0027

[root@amws8091 ~]# umask
0027
 

Here we are correcting the umask value.

[root@amws8091 ~]# umask 0022
[root@amws8091 ~]# umask
0022
 

 

[note: the customized umask value in the /etc/profile file which would have been updated by the server admin which can be commented by adding # in front of the defined umask eg.,:#umask 0027]

 

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.