Results 1 to 3 of 3

Thread: Centos/Linux Help

  1. Registered TeamPlayer Sly's Avatar
    Join Date
    02-19-07
    Location
    Edina
    Posts
    1,210
    Post Thanks / Like
    Stat Links

    Centos/Linux Help
    #1

    Centos/Linux Help

    I'm attempting to install a zenoss server using an auto deploy script which is included in the link. What I'm struggling with is how to mount the drives necessary to use the script.

    https://github.com/monitoringartist/...ore-autodeploy

    Script requires mounted filesystems:

    /var/lib/docker
    /opt/serviced/var
    /opt/serviced/var/volumes
    /opt/serviced/var/backups

    Or you can pass a block device for automatic formatting and mounting of required filesystem(s). Confirmation is needed before formatting. Available options:

    # ./core-autodeploy.sh -d </var/lib/docker block device> -s </opt/serviced/var block device>
    -v </opt/serviced/var/volumes block device> -b </opt/serviced/var/backups block device>

    # ./core-autodeploy.sh -d /dev/sdb1 -s /dev/sdb2 -v /dev/sdc1 -b /dev/sdd1

    Unfortunately I'm a noob with linux so I'm hoping for commands that I can copy and paste into terminal

    I have attemtpted to partition the drives while installing centos but obviously I'm not sure what I'm doing.


    TIA

  2. Registered TeamPlayer hannibal's Avatar
    Join Date
    08-20-07
    Location
    Tempe, Arizona, United States
    Posts
    1,418
    Post Thanks / Like
    Blog Entries
    2
    Stat Links

    Centos/Linux Help Centos/Linux Help Centos/Linux Help Centos/Linux Help Centos/Linux Help Centos/Linux Help
    Gamer IDs

    PSN ID: aws4y Steam ID: hannibal_smith_1984 hannibal's Originid: hannibal_smith15
    #2

    Re: Centos/Linux Help

    Those look like directories, not file systems. In most modern configurations there are only two file systems mounted by default, "/" or root and swap. CentOS might use the old RedHat model of "/" "/var" "/home" and swap. In any case all you need to do is login as the super user using the command:

    Code:
    $su
    then enter your root password.
    which should change the command prompt to a bang or "#", now you can can create directories anywhere in the file system using the command
    Code:
    #mkdir /opt
    as an example. I know "/var/" exists on all file systems but "/opt" sometimes needs to be created if you haven't installed anything from google or you are using a fresh install.

    -H

    Standard Disclaimer: 150% of what I say is bullshit.

  3. Registered TeamPlayer Warprosper's Avatar
    Join Date
    09-01-08
    Posts
    5,775
    Post Thanks / Like
    Blog Entries
    1
    Stat Links

    Centos/Linux Help Centos/Linux Help Centos/Linux Help Centos/Linux Help Centos/Linux Help Centos/Linux Help
    Gamer IDs

    PSN ID: Warprosper Steam ID: Nukewarprosper Warprosper's Originid: Warprosper
    #3

    Re: Centos/Linux Help

    Zenoss is awesome, but it takes a ton of configuration to make it useful.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Title