We have three Ubuntu (14.04 and 18.04) servers and vasd service is not installed by default in our servers. When I try to check vas service status I'm getting the below error as those directory (/opt/quest/bin) and service are not installed.
/opt/quest/bin/vastool status
-su: /opt/quest/bin/vastool: No such file or directory
I need to install vas service and I need to get the above directories automatically. Can someone please help me to install this?
Related
i have installed Nagios in ubuntu 18.04 by following the instructions given in digitalocean-nagios-installation-ubuntu18.04 . After installation, while we accessing nagios web-interface we are facing How can we resolve this?
I'm trying to install OpenSSH-Server on multiple Windows 10 VM from Azure.
I added some rules on network security group (directly on portal.azure) : I allowed inbound traffic for port 22 and same for outbound.
After that I tried to install openSSH-server using the windows 10 interface, but it doesn't work (no error message, just jumping back into the app list).
I tried to add the rules to the firewall and retried to install openSSH-server, no success.
I also tried to install it using powershell but without success.
There is something I must be missing, here is the guide I followed for installing OpenSSH-server: https://learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse
And here is the guide I followed for opening ports:
https://learn.microsoft.com/en-us/azure/virtual-machines/windows/nsg-quickstart-portal
Ok so I finally find out what was blocking the installation, the Windows update service was deactivated, by activating it I was able to install OpenSSH-Server, all good now !
Issue
when vagrant up it says "It appears your machine doesn't support NFS"
Setups
Debian GNU/Linux 8 (jessie)
Vagrant 1:2.0.0
Virtualbox 5.1.30 r118389
Detail
After using apt-get to update and upgrade the system, I basically followed the instruction from the Mediawiki page, since I wanted to install Mathoid to render LaTeX equations locally for mediawiki page.
However, when I vagrant up it echos the following:
It appears your machine doesn't support NFS, or there is not an
adapter to enable NFS on this machine for Vagrant. Please verify
that `nfsd` is installed on your machine, and try again. If you're
on Windows, NFS isn't supported. If the problem persists, please
contact Vagrant support.
I checked if nfsd is correctly working on the host, and it says it's enabled.
# /etc/init.d/nfs-kernel-server status
nfs-kernel-server.service - LSB: Kernel NFS server support
Loaded: loaded (/etc/init.d/nfs-kernel-server)
Active: active (running) since Sun 2017-10-15 07:56:32 -02; 2 weeks 0 days ago
CGroup: /system.slice/nfs-kernel-server.service
??1277 /usr/sbin/rpc.mountd --manage-gids
I also tried google, and did not find a solution that fits my problem and I couldn't find any hint to resolve this. For instance, I tried to install the package
sudo apt-get install nfs-common
But it has been already installed.
Thank you in advance.
The command mentioned below works for linux mint 18.3:
sudo apt-get install nfs-common nfs-kernel-server
For Windows users seeing that error, run the following command to add support for NFS for Vagrant:
vagrant plugin install vagrant-winnfsd
The GitHub repo for this plugin is found here.
Also, to see the currently installed Vagrant plugins run this:
vagrant plugin list
Can be fixed by adding any exports to /etc/exports.
by :
modprobe nfs
modprobe nfsd
then running vagrant, which will add /etc/exports, then reloading
kernel-server and restarting vagrant.
issue http://jb-blog.readthedocs.io/en/latest/posts/0021-vagrant-nfs-problems.html
instead of installed NFS cos really no supported :
Try just removing type: nfs from the vagrant_synced_folders
More : https://www.vagrantup.com/docs/synced-folders/nfs.html
I have installed DockerToolbox-1.12.2.exe in Windows 7 from https://github.com/docker/toolbox/releases/tag/v1.12.2 link. After installation, if I try to launch Kitamatic, I am getting
Error: connect ENOENT //./pipe/docker_engine.
I have tried RETRY SETUP and USE VIRTUALBOX options available, but didn't helped much. Can anyone suggest, how to proceed?
Because on Windows 7, docker is not supported native. So, you must have Virtual Box installed on your machine. If it is not already installed, you can re-run the docker toolbox installer, it asks you to install the Oracle VirtualBox with installation.
If it is already installed on your machine, open it and check if there is any default VM created in it and what is the error you are facing when you click on Use VirtualBox?
I have created a local repository to install Xen on Centos -6.4 . I have followed the steps to install and download the xen dependecies from this link
http://www.howtoforge.com/virtualization-with-xen-on-centos-6.2-x86_64-paravirtualization-and-hardware-virtualization
When I install from local repository it has installed successfully with no errors. But When I rebooted it is not able to boot completely but i am able to login in that machine. I have started the Xend service manually but when I am given xm list command I am getting this error :
Error: Unable to connect to xend: No such file or directory. Is xend running?
I am not able to resolve this . Kindly help me how can i resolve this problem.
Thanks
Have you verified if Xend is running.
service xend status
(or)
ps -ef|grep xend
also verify
service libvirtd status