User contributions for Admin
Jump to navigation
Jump to search
26 November 2024
- 15:4115:41, 26 November 2024 diff hist +7 SpectroCloud/VertexInstall →Vertex UI
- 15:4115:41, 26 November 2024 diff hist +41 SpectroCloud/VertexInstall →Vertex Install Steps
14 August 2023
- 19:4519:45, 14 August 2023 diff hist +59 VMware/TKGm →Add another workload cluster
- 19:4419:44, 14 August 2023 diff hist +194 VMware/TKGm →Add Trusted CA to TKG Management Cluster
21 July 2023
- 19:4019:40, 21 July 2023 diff hist −12 VMware/TMConEKS →Install TMC current
- 18:4718:47, 21 July 2023 diff hist +3 VMware/TMConEKS →Setup EKS Cluster
- 18:1418:14, 21 July 2023 diff hist −182 VMware/TMConEKS →Load Harbor with Images
2 June 2023
- 19:4719:47, 2 June 2023 diff hist +41,072 N TDKC Created page with "= System Administrator Documentation = ==Mediawiki Installation Procedures== * Build a Centos 7 Server * Set Selinux to Permissive and allow port 80 through the firewall: sed -i 's/SELINUX=enforcing/SELINUX=permissive/' /etc/selinux/config setenforce 0 firewall-cmd --add-port 80/tcp firewall-cmd --add-port 80/tcp --permanent * Install EPEL Repository: yum install -y epel-release * Install Required Packages: yum install -y mediawiki mariadb-server php-mysql * Enable..." current
- 19:4319:43, 2 June 2023 diff hist +31,683 DevNet No edit summary current
- 19:4019:40, 2 June 2023 diff hist +13,913 N DevNet Created page with "= Spacewalk Documentation = == Lockdown Scripts == #raw printf " Locking Down CentOS 7: " /bin/bash /tmp/status.sh & echo 'CCE-27053-8 - Set Password Hashing Algorithm in /etc/libuser.conf' >> /root/ks-lockdown.log sed -i 's~crypt_style.*~crypt_style = sha512~' /etc/libuser.conf yum -y remove vasclnt &> /dev/null yum -y install clamav &> /dev/null echo 'Installing oscap' >> /root/ks-lockdown.log yum -y..."
- 19:3619:36, 2 June 2023 diff hist −2 DREN/Kickstart/snippets →| StatusBarScript current
- 19:3619:36, 2 June 2023 diff hist +19,043 DREN/Kickstart/snippets No edit summary
- 19:3019:30, 2 June 2023 diff hist +5,762 DREN/Kickstart/snippets No edit summary
- 19:2819:28, 2 June 2023 diff hist +466 N DREN/Kickstart/snippets Created page with "= AddADGroups = = AddAcasUser = = AddMounts = = AddScaleUser = = AddSpacewalkToHosts = = ForceTime = = InstallDCOSMaster = = InstallDCOSPrereqs = = InstallDCOSSlave = = InstallDesktopPackages = = InstallVMTools = = JoinAD = = PostNoChroot-InstallNetworking = = PreScript Get-Hostname-Network = = RemoveNetworkManager = = SetHostname = = SetupFiglet = = SetupNTP = = | SetupPuppetAgent = = | StatusBarScript = = | SwitchToTTY1 = = | SwitchToTTY7 = = | UpdateAllRPMs ="
- 19:2419:24, 2 June 2023 diff hist +915 N DREN/Kickstart/pxe Created page with "=cobbler= = /etc/cobbler/pxe/pxedefault.template = DEFAULT vesamenu.c32 PROMPT 0 menu clear menu background splash.png MENU TITLE Choose from the following kickstart Profiles: menu vshift 8 menu hshift 15 menu width 60 MENU MARGIN 1 MENU ROWS 15 MENU MASTER PASSWD $6$/GULqBhPJsrxxiC3$iJiWYlMyZNfwwOKsKeyLiNNcfwd7yUjYErzh4WtGMozDcmRubesMeQGeKE956qhhlmGia/1jsdth7vVaMOOP60 TIMEOUT 80 TOTALTIMEOUT 6000 ONTIMEOUT $pxe_timeout_profile LABEL local MEN..." current
- 19:2319:23, 2 June 2023 diff hist +4,030 N DREN/Kickstart/scripts Created page with "==initiateKickstart== #!/usr/bin/python import xmlrpclib import subprocess import sys SATELLITE_URL = "http://localhost/rpc/api" SATELLITE_LOGIN = "daniel.roessner.adm" SATELLITE_PASSWORD = SYSTEM = "rdhpwngmp-09.711hpw.afrl-wrs.hpc.mil" PROFILE_NAME = "DCOS-Slave" def kickstart(key, SYSTEM, PROFILE_NAME): list = client.system.listSystems(key) for sys in list: if sys['name'] == SYSTEM: system_id = sys['id'] #print client.kickstart.lis..." current
- 19:2119:21, 2 June 2023 diff hist +15 Main Page No edit summary
- 19:2019:20, 2 June 2023 diff hist +7,292 DCOS/Install No edit summary current
- 19:2019:20, 2 June 2023 diff hist +913 N DERs Created page with "==DER's Documentation== DER's HomeLab Documentation<br> DER's Docker Repository Setup <br> DER's MongoDB Documentation<br> DER's MySQL DB Documentation<br> DER's PhotonOS Documentation<br> DER's Docker Documentation<br> DER's DCOS Documentation<br> DER's 3D Printer Documentation<br> DER's MAC Documentation<br> DERs/Horizon|DER's..."
- 19:1819:18, 2 June 2023 diff hist +1,946 DREN/Kickstart/configFiles No edit summary current
- 19:1719:17, 2 June 2023 diff hist −103 DREN/Kickstart/configFiles No edit summary
- 19:1619:16, 2 June 2023 diff hist +309 N DREN/Kickstart/configFiles Created page with " Docker.conf <BR> Figlet.sh <BR> Sudoers.d.conf <BR> Resolv.conf <BR> SSSD.conf <BR>"
- 19:1519:15, 2 June 2023 diff hist +248 N DREN Created page with " Spacewalk Kickstart Configuration Files <BR> Spacewalk Kickstart SNIPPET Scripts <BR> Spacewalk Scripts <BR> Spacewalk PXE Scripts <BR>" current
- 19:1519:15, 2 June 2023 diff hist +796 N DERs/K8s Created page with "= Kubernetes Documentation = == Force Delete Persistent Volume Claim == kubectl get pvc kubectl patch pvc <PVC_NAME> -p '{"metadata":{"finalizers": []}}' --type=merge kubectl delete pvc <PVC_NAME> == Force StorageClass to Default == kubectl patch storageclass <vk8s-storage> -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"true"}}}' === Force StorageClass in vSphere 7 === https://www.pramodrane.com/vsphere-7-with-kubernetes-part-4-clo..." current
- 19:1519:15, 2 June 2023 diff hist +92 N DERs/vRA Created page with "===vRA 8=== https://garyflynn.com/technology/vmware/vrealize-automation-8x-troubleshooting/" current
- 19:1419:14, 2 June 2023 diff hist +236 N DERs/Templates Created page with "===Centos Template w/ Cloud-Init=== yum -y update yum -y install perl cloud-init cat > /etc/cloud/cloud.cfg.d/99-custom-networking.cfg << "EOF" network: {config: disabled} EOF systemctl disable firewalld cloud-init clean init 0" current
- 19:1419:14, 2 June 2023 diff hist +680 N DERs/Horizon Created page with "= DER's Horizon Documentation = === Adding a new STAR Cert to Connection Server === FROM MAC or LINUX openssl pkcs12 -export -out /Users/droessner/ownCloud/DER\'s\ Drive/DERs/SSL/31Jul2021/star.dersllc.com.pfx -inkey /Users/droessner/ownCloud/DER\'s\ Drive/DERs/SSL/31Jul2021/dersllc-new.key -in /Users/droessner/ownCloud/DER\'s\ Drive/DERs/SSL/31Jul2021/star.dersllc.com.crt Open MMC on Connection Server -> Add Certiicates Snap-In (Local Machine) -> Personal -> Import..." current
- 19:1419:14, 2 June 2023 diff hist +613 N DERs/MAC Created page with "=MAC Documentation= ===Enter Restore Menu === During boot press: Command + R ===Get to Terminal from Restore Menu=== *Click the Utilities Tab *Terminal ===Manually set ip address from Terminal=== ipconfig set en5 DHCP ifconfig ===Keep Recovery mode from sleeping === pmset -a sleep 0 pmset -a disksleep 0 pmset -a displaysleep 0 ===Mount NFS from MacOS === mount -t nfs -o resvport 192.168.3.1:/mp3 /private/nfs === Allow Untrusted Applications === #Disable Ap..." current
- 19:1319:13, 2 June 2023 diff hist +142 N DERs/3D Created page with "= DER's 3D Printer Documentation = == Current Printer Version == * ORIGINAL PRUSA I3 "MK2.5" w/ RAMBo13a ** https://www.prusa3d.com/drivers/" current
- 19:1319:13, 2 June 2023 diff hist +1,609 N DERs/DCOS Created page with "= DCOS Documentation = === Disable clock-sync check on dcos-checks-poststart.service === sed -i 's/"clock_sync"\:/"clock_sync1"\:/' /opt/mesosphere/etc/dcos-diagnostics-runner-config.json sed -i '/"clock_sync"/d' /opt/mesosphere/etc/dcos-diagnostics-runner-config.json sed -i 's/"journald_dir_permissions",/"journald_dir_permissions"/' /opt/mesosphere/etc/dcos-diagnostics-runner-config.json sed -i 's/"clock_sync1"\:/"clock_sync"\:/' /opt/mesosphere/etc/dcos-diagnostic..." current
- 19:1219:12, 2 June 2023 diff hist +2,098 N DERs/Docker Created page with "== Configure Proxy Server in Docker == mkdir -p /etc/systemd/system/docker.service.d cat > /etc/systemd/system/docker.service.d/http-proxy.conf << "EOF" [Service] Environment="HTTPS_PROXY=https://192.168.1.73:3128/" Environment="HTTP_PROXY=http://192.168.1.73:3128/" Environment="FTP_PROXY=ftp://192.168.1.73:3128/" Environment="NO_PROXY=localhost,127.0.0.0/8,dersllc.com" EOF sudo systemctl daemon-reload #sudo systemctl show --property Environment docker sudo..." current
- 19:1219:12, 2 June 2023 diff hist +1,796 N DERs/PhotonOS Created page with "= PhotonOS = == DEFAULT PASSWORD == changeme == MANUALLY SET IP ADDRESS == cat > /etc/systemd/network/10-eth-static.network << "EOF" [Match] Name=eth0 [Network] Address=172.16.87.40/24 Gateway=172.16.87.1 DNS1=172.16.87.5 DNS2=172.16.87.1 Domains=dersllc.com EOF == RESTART NETWORK SERVICE == systemctl restart systemd-networkd == ADD MANUAL ROUTE == cat >> /etc/systemd/network/10-eth-static.network << "EOF" [Route] Gateway=172.16.87.2 Destination=19..." current
- 19:1219:12, 2 June 2023 diff hist +334 N DERs/DERS-DB1 Created page with "== USERS TABLE == CREATE TABLE IF NOT EXISTS `users` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `user` varchar(30), `level` varchar(2), PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=12 ; INSERT INTO users (user, level) VALUES('admin', 'CL'); INSERT INTO users (user, level) VALUES('pbuser', 'CL');" current
- 19:1119:11, 2 June 2023 diff hist +2,442 N DERs/DERS-DB Created page with "== Database Setup == cat <<EOF> /etc/yum.repos.d/mongodb.repo [mongodb] name=MongoDB Repository baseurl=http://downloads-distro.mongodb.org/repo/redhat/os/x86_64/ gpgcheck=0 enabled=1 EOF yum -y install mongodb-org mongodb-org-server firewall-cmd --add-port 27017/tcp firewall-cmd --add-port 27017/tcp --permanent sed -i 's~bind_ip=127.0.0.1~#bind_ip=127.0.0.1~' /etc/mongod.conf systemctl enable mongod systemctl start mongod systemctl restart mongod == Creat..." current
- 19:1119:11, 2 June 2023 diff hist +2,747 N DERs/Harbor Created page with "= VIC.DERSLLC.COM = == Setup Repo Certs == # Download ca.crt from https://vic.dersllc.com:8282/#/administration/configuration # Post it to cloud.dersllc.com and share it publicly yum -y install ca-certificates update-ca-trust force-enable wget http://cloud.dersllc.com/index.php/s/YrqISnQvIHqZCwz/download -O /etc/pki/ca-trust/source/anchors/vic-ca.crt update-ca-trust extract update-ca-trust mkdir -p /root/.docker wget http://cloud.dersllc.com/index.php/s/lepRsqY..." current
- 19:1119:11, 2 June 2023 diff hist +1,441 N DERs/HomeLab Created page with "= DER's Home Lab Documentation = == harbor-aws.dersllc.com == === SSH to Harbor-AWS === #On Plex ssh -i ~/.ssh/aws-keypair.pem [email protected] === Install Harbor-AWS === mkdir /data cd /data curl https://ders-gitlab.dersllc.com/ders/ders-proxy/-/raw/master/STAR_dersllc_com.crt > /data/ders-star-chain.crt curl https://ders-gitlab.dersllc.com/ders/ders-proxy/-/raw/master/AddTrustExternalCARoot.crt >> /data/ders-star-chain.crt cp /da..." current
- 19:1019:10, 2 June 2023 diff hist +913 N DCOS/Install Created page with "==DER's Documentation== DER's HomeLab Documentation<br> DER's Docker Repository Setup <br> DER's MongoDB Documentation<br> DER's MySQL DB Documentation<br> DER's PhotonOS Documentation<br> DER's Docker Documentation<br> DER's DCOS Documentation<br> DER's 3D Printer Documentation<br> DER's MAC Documentation<br> DERs/Horizon|DER's..."
- 19:1019:10, 2 June 2023 diff hist +3,269 N VMware/VHA Created page with "= Health Analyzer = ===Vault Link=== https://vault.vmware.com/group/vault-main-library/healthanalyzer ===Registration Link=== https://pstoolhub.vmware.com/ === Registration Code for 5.4 === Registration Key: WG88IS9LJFA1KNYWUV Registration E-mail: [email protected] ===Support Information=== [email protected] = Issues and Fixes = ==Fails to collect Data from vCenter== ===Issue=== Unable to get progress information. See application logs for mor..." current
- 19:0919:09, 2 June 2023 diff hist +469 N VMware/Horizon Created page with "= Horizon = = Issues and Fixes = == Lotus Notes causes a Busy Cursor and not going away == ===Issue=== Lotus notes inside of the app stack or installed directly on the parent causes a busy cursor that does not go away. This may also only happen on the Blast client on high resolution clients. ===Fix=== Modify the pool and enable "3D Rendering" and set it to "Auto". Then set the Video RAM (ex. 128). In the blast client set the preference to "Low Resolution Mode"." current
- 19:0919:09, 2 June 2023 diff hist +1,107 N VMware/ESXi Created page with "= ESXi = = Issues and Fixes = ==HPE Proliant G7 Servers and vSphere 6.5 Purple Screen of Death== ===Issue=== PSOD: PF Exception 14 in world 67667:sfcb-smx IP 0x0 addr 0x0 ===Fix=== https://www.virtualmvp.com/hpe-proliant-g7-servers-and-vsphere-6-5-purple-screen-of-death/ == NSX-T Filling up Scratch space == ===Fix=== * SSH as root to ESXi Server and run the following commands: chmod +t /etc/rc.local echo "" >> /etc/rc.local echo "chmod +t /etc/vmware/nsx-ops..." current
- 19:0919:09, 2 June 2023 diff hist +4,131 N VMware/GITLAB Created page with "= Setting up GITLAB with SSO = 1. vi /etc/gitlab/gitlab.rb gitlab_rails['omniauth_enabled'] = true gitlab_rails['omniauth_allow_single_sign_on'] = ['saml'] gitlab_rails['omniauth_sync_email_from_provider'] = 'saml' gitlab_rails['omniauth_sync_profile_from_provider'] = ['saml'] gitlab_rails['omniauth_sync_profile_attributes'] = ['email'] gitlab_rails['omniauth_auto_sign_in_with_provider'] = 'saml' gitlab_rails['omniauth_block_auto_created_users'] = false #gitlab_r..." current
- 19:0819:08, 2 June 2023 diff hist +1,284 N VMware/Converter Created page with "= vCenter Converter Standalone = == Installing vCenter Converter Standalone == == Troubleshooting Errors == === After the Conversion === '''Error:''' error: can't find command ':' '''Solution:''' 1. Boot the server 2. Login as Root 3. run the following command: sed -i 's/:\ #/#/g' /boot/grub2/grub.cfg '''Reference:''' https://communities.vmware.com/thread/590670 === Before the Conversion === '''Error:''' unable to query the live source machine '''Solution..." current
- 19:0819:08, 2 June 2023 diff hist +50 N VMware/FedContacts Created page with "= Federal Contacts = == Education == Richard Covel"
- 19:0719:07, 2 June 2023 diff hist +133 N VMware/vIDM Created page with "===Configure ADFS and vIDM === https://jadijkstra.nl/2017/12/12/vmware-idm-3-0-with-adfs-3-0-single-sign-on-to-portal-configuration/" current
- 19:0719:07, 2 June 2023 diff hist +1,045 N VMware/PowerCLI Scripts Created page with "=PowerCLI Scripts= ===PowerCLI on MAC=== *Install Docker engine https://docs.docker.com/docker-for-mac/install/ https://docs.docker.com/engine/installation/linux/docker-ce/centos/ *Pull the powerclicore container docker pull vmware/powerclicore *Run the powerclicore container docker run --rm -it vmware/powerclicore ===Find the Total number of Virtual CPU's per vCenter Server=== Connect-VIServer -Server <VCENTER_SERVER> -Protocol https -User <ADMIN_USER> -Password..." current
- 19:0719:07, 2 June 2023 diff hist +457 N VMware/Product Contacts Created page with "= App Defense = Not Urgent: * [email protected] * https://vmware-com.socialcast.com/groups/310417-appdefense Urgent: * Chris Corde, Sr. Director Product Management, [email protected] * Vijay Ganti, Director Product Management, [email protected] = Wavefront = Not Urgent: * [email protected] * https://vmware-com.socialcast.com/groups/187508-wavefrontgroup Urgent: * Bill Roth, Director, Demand Gen Marketing, [email protected], (650) 427-5756" current
- 19:0619:06, 2 June 2023 diff hist +2,925 N VMware/Contacts Created page with "= Product Specialists = ==== vSphere Certificates ==== * Sujish Suresh Kumar (GSS)(India) === vRealize Automation=== * Chris Kuum (Broomfield TSE) * Arash Rakeen (Broomfield TSE Premier Services) Helpful!!! * Adnan Bhatti (Cork TSE) * Sean Jones * David Stockland ==== Licensing ==== *Krista Squires (IB Services)(Austin, TX) *Ameena Sultana (GSS)(India) *Jose Garcia Rojas License Escalations Rep *EPP (Tokens) Manager [email protected] Goes by JD *EPP (Tokens) Worker Be..." current
- 19:0619:06, 2 June 2023 diff hist +1,037 N VMware/ovftool Created page with "= Build OVFTOOL Docker = == 1. Download OVFTOOL from My VMware == == 2. Create Dockerfile == FROM ubuntu:20.04 LABEL MAINTAINER "Daniel Roessner" # Suppress warning about UTF-8 ENV LC_CTYPE=POSIX ENV OVFTOOL_FILENAME=VMware-ovftool-4.4.2-17901668-lin.x86_64.bundle ADD $OVFTOOL_FILENAME /tmp/ WORKDIR /root RUN /bin/sh /tmp/$OVFTOOL_FILENAME --console --required --eulas-agreed && \ rm -f /tmp/$OVFTOOL_FILENAME ENTRYPOINT ["ovftool"] == 3. Build t..." current
- 19:0519:05, 2 June 2023 diff hist +74 N VMware/vSphereNested Created page with "https://williamlam.com/nested-virtualization/nested-esxi-virtual-appliance" current
- 19:0519:05, 2 June 2023 diff hist +2,568 N VMware/k8s Created page with "= General Kubernetes Documentation = == Setup Artifactory Proxy to GCR == https://jfrog.com/knowledge-base/artifactory-how-to-proxy-a-google-container-registry-gcr/#:~:text=ARTIFACTORY%3A%20How%20to%20proxy%20a%20Google%20Container%20Registry%20(GCR)%3F,-Elina%20Floim&text=Google%20offers%20the%20https%3A%2F%2F,according%20to%20the%20needed%20endpoint.&text=Click%20on%20%E2%80%9CADD%20KEY%E2%80%9D%2C,file%20in%20an%20accessible%20location. == Setup GCR.IO Registry == 1..." current